Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class / RemoveAt Method
The zero-based index of the item to remove.


In This Topic
RemoveAt Method (ListBase<T>)
In This Topic
Removes the ListBase<T> item at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ListBase(Of T)
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
The zero-based index of the item to remove.
See Also